s = [1, 2,2,3, 2]
print(s.count(2))
text = "Hallo Welt"
print(text.count("l"))